projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51d541d
)
(post-mail-send-it): Use mail-sendmail-undelimit-header.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 3 May 1998 04:36:03 +0000
(
04:36
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 3 May 1998 04:36:03 +0000
(
04:36
+0000)
lisp/mail/mailpost.el
patch
|
blob
|
history
diff --git
a/lisp/mail/mailpost.el
b/lisp/mail/mailpost.el
index e6c70cb13a38464b8d05d56dcb0181154b39ebf8..91998a1bb722e337837bc6a033d7e2fc69cb9629 100644
(file)
--- a/
lisp/mail/mailpost.el
+++ b/
lisp/mail/mailpost.el
@@
-43,10
+43,7
@@
site-init."
(or (= (preceding-char) ?\n)
(insert ?\n))
;; Change header-delimiter to be what post-mail expects.
- (goto-char (point-min))
- (search-forward (concat "\n" mail-header-separator "\n"))
- (replace-match "\n\n")
- (backward-char 1)
+ (mail-sendmail-undelimit-header)
(setq delimline (point-marker))
(if mail-aliases
(expand-mail-aliases (point-min) delimline))